home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1993 / The Association of Shareware Professionals Advantage CD-ROM 1993.iso / files / dataions / wssi527a / go.bat < prev    next >
DOS Batch File  |  1993-07-01  |  1KB  |  23 lines

  1. @echo off
  2.  
  3. echo This batch file starts up the ready-to-run version of the disk cataloger
  4. echo Wssindex on the ASP CD-ROM.  To start without these messages, type
  5. echo WSSI527D rather than GO.  Optional arguments are a configuration file
  6. echo name and a database name.  The first time you run Wssindex, you don't
  7. echo have a database to load, so just hit escape when prompted for a database
  8. echo name.  The configuration file holds things like database size limits,
  9. echo indexing options and screen colors.  You'll probably want to save your
  10. echo settings after you've played with the program for a while.  The default
  11. echo configuration file name is WSSINDEX.CNF.
  12. echo.
  13. echo The database size of Wssindex is limited by available memory.  (The
  14. echo default configuration is 3000 files, but you can increase this to
  15. echo 10-12,000.)  For large disk collections, consider the enhanced commercial
  16. echo version Wssindex/Extended.  Requires a 286 or higher and extended memory. 
  17. echo Compatible with Microsoft Windows and OS/2.
  18. echo.
  19. echo Hit any key to start Wssindex
  20. pause
  21.  
  22. wssi527d %1 %2
  23.